summaryrefslogtreecommitdiff
path: root/roms/programs/Delay Timer Test [Matthew Mikolay, 2010].txt
blob: 80f2c096aa7b145cf331e22516a7d261d731dd56 (plain)
1
2
3
4
5
6
7
8
9
Hey guys!

Here's another little program I wrote to test out a feature in my game. This
program allows the user to change the value of the V3 register using the 2 and 8
keys. When the 5 key is pressed, the delay timer starts counting down from the
value the user placed into the V3 register, and the screen is updated as the
value changes.

-Matt